home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m10h15.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  243 b   |  14 lines

  1. on mouseDown
  2.   global gPause
  3.   if gPause = 0 then
  4.     set the castNum of sprite 10 to cast "b022"
  5.     if pressLessonButton(10) then
  6.       pupSprites(1, 48, 0)
  7.       sound stop 2
  8.       goNextSlide()
  9.     end if
  10.   else
  11.     nothing()
  12.   end if
  13. end
  14.